@charset "utf-8";

body {
  margin: 0;
  font-family: 'Microsoft YaHei';
  font-size: 17px;
  font: 17px/1.2 'Microsoft YaHei';
  color: #333;
  line-height: 1.2;
}

ul,
li,
dl,
dd,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  border: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

ul {
  list-style-type: none;
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  .clearfix {
    *zoom: 1;
  }

  .clearfix:before,
  .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
  }

  .clearfix:after {
    clear: both;
  }

  /* 在鼠标移上去后显示下拉菜单 */
  .defaultabq_list {
    text-decoration: none;
    color: #333333;
    font-size: 17px;
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }

  .defaultabq_list:hover {
    color: #13468f;
  }

  .default_date {
    float: right;
    color: #666666;
    font-size: 16px;
  }

  /*分割线*/
  .divider {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;
  }

  /*底部下拉框*/

  .defaultdiv {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .special_column {
    line-height: 46px;
    height: 20px;
    width: 200px;
    font-size: 20px;
    color: #245399;
  }

  .special_column_div {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  /*滚动图片*/
  .Box {
    position: relative;
  }

  .Box .content {
    width: auto;
    /* max-width: 1840px; */
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
  }

  .Box .Box_con {
    position: relative;
  }

  .Box .Box_con .btnl,
  .Box .Box_con .btnl_2 {
    position: absolute;
  }

  .Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 114px;
    position: absolute;
    /* top: 41px; */
    cursor: pointer;
    padding: 0 0;
    line-height: 114px;
    border: none !important;
  }

  .Box .Box_con .btnl,
  .Box .Box_con .btnl_2 {
    left: -20px;
  }

  .Box .Box_con .btnr,
  .Box .Box_con .btnr_2 {
    right: -20px;
  }

  .Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
  }

  .Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
  }

  .Box .Box_con .conbox ul li {
    float: left;
    /* margin-top: 0.2%; */
    margin-left: 20px;
    overflow: hidden;
  }

  .Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
  }

  .Box .Box_con .conbox ul li img {
    display: block;
    transition: all 0.5s;
  }

  .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
  }

  .Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
  }

  .Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
  }

  .Box .BoxSwitch span.cur {
    background: red;
  }

  .a span {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff #fff #13468f;
    position: absolute;
    left: 50px;
    top: 45px;
  }

  .b span {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff #fff #13468f;
    position: absolute;
    left: 50px;
    top: 45px;
  }

  .c span {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff #fff #13468f;
    position: absolute;
    left: 50px;
    top: 55px;
  }

  /*表格*/
  table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }

  td,
  th {
    padding: 0;
    font-weight: normal !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
  }

  .pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin-top: 20px;
    width: 100%;
  }

  .pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
  }

  .pure-table td {
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 0;
  }

  .pure-table th {
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 0;
  }

  .pure-table thead {
    background-color: #317ac9;
    color: #ffffff;
    text-align: center;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
  }

  .pure-table td {
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
  }

  .pure-table-odd td {
    background-color: #f5faff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
  }

  /*25周年*/
  .test {
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
  }

  .test a {
    width: 25%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 43px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .test .on {
    border-bottom: 2px solid #13468f;
  }

  .test1 {
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
  }

  .test1 a {
    width: 22%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 36px;
    color: #245396;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
  }

  .test1 a:hover {
    text-decoration: underline;
  }

  .test1 .on {
    color: #a61620;
  }

  .test2 {
    position: relative;
    font-weight: normal;
    display: flex;
  }

  .test2 a {
    width: 22%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 36px;
    line-height: 36px;
    color: #333333;
    text-align: center;
  }

  .test2 .on {
    color: #3077c3;
  }

  .test3 {
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
  }

  .test3 a {
    width: 22%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 36px;
    color: #245396;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
  }

  .test4 {
    position: relative;
    font-weight: normal;
    display: flex;
  }

  .test4 a {
    width: 22%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 36px;
    line-height: 36px;
    color: #333333;
    text-align: center;
  }

  .test4 .on {
    color: #23ab82;
  }

  .news_three {
    width: 100%;
    height: 220px;
    margin-top: 10px;
  }

  .news_three ul {
    width: 438px;
  }

  .news_three li {
    font: 17px/36px Arial;
    overflow: hidden;
    width: 100%;
  }

  .news_three li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
  }

  .news_three li em {
    background: #9a0000;
    width: 6px;
    height: 6px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .news_three li span {
    float: right;
    color: #999999;
  }

  /*.news_four{width:20%;text-decoration:none;border-bottom:none;float: left;height: 43px; color: #333333; font-size: 20px; font-weight: bold; text-align: center;}*/
  .news_five {
    width: 100%;
    height: 230px;
    margin-top: 18px;
  }

  .news_five ul li {
    width: 195px;
    height: 100%;
    float: left;
  }

  .news_title {
    width: 100%;
    height: 20px;
    border-left: solid 5px #9a0000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 20px;
    padding-left: 10px;
    color: #9a0000;
  }

  .news_six {
    width: 100%;
    height: 197px;
  }

  .news_six ul li {
    width: 203px;
    height: 100%;
    float: left;
  }

  .choose {
    width: 100px;
    float: left;
    display: block;
  }

  .choose p {
    max-width: 50px;
    height: 100px;
    background: #7ecef4;
    cursor: pointer;
    position: relative;
    line-height: 50px;
    writing-mode: vertical-lr;
    writing-mode: bt-lr;
    text-align: center;
    color: #333333;
    font-size: 20px;
  }

  .choose .on {
    background-color: #13468f;
    color: #ffffff;
  }

  .choose .on span {
    display: block;
  }

  .choose_mobile {
    display: none;
  }

  .div_width {
    width: 30px;
  }

  .yuanqu_tupian {
    width: 240px;
    height: 200px;
    float: left;
    /* border: 1px solid #E5E5E5; */
    /* margin: 0 0 20px 0; */
  }

  .yuanqu_tupian .pbq {
    text-align: center;
    margin-top: 15px;
  }

  .yuanqu_tupian .abq {
    text-decoration: none;
    border-bottom: none;
    color: #333333;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .yuanqu_tupian img {
    width: 100%;
    height: 137px;
    object-fit: contain;
  }

  .img_height {
    height: 137px;
  }

  .heng_div {
    width: 100%;
    min-width: 1200px;
    margin-top: 20px;
    background-color: #f8f8f8;
  }

  .heng {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    height: 130px;
  }

  .heng div {
    width: 465px;
    height: 130px;
    position: relative;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 24px;
    line-height: 130px;
  }

  .heng .on {
    background-color: #13468f;
    color: #ffffff;
  }

  .heng .on a {
    color: #ffffff;
  }

  .heng .on span {
    display: block;
  }

  .heng .fenge {
    width: 2px;
    background-color: #ffffff;
  }

  .zwimg2_show {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .zwimg1_show {
    display: none;
    vertical-align: middle;
    margin-right: 10px;
  }

  .ywimg1_show {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .ywimg2_show {
    display: none;
    vertical-align: middle;
    margin-right: 10px;
  }

  .zmimg1_show {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .zmimg2_show {
    display: none;
    vertical-align: middle;
    margin-right: 10px;
  }

  .zwimg2bg_show {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .zwimg1bg_show {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .ywimg1bg_show {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .ywimg2bg_show {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .zmimg1bg_show {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .zmimg2bg_show {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .zhengwu {
    position: relative;
    z-index: 1;
  }

  .zhengwu a {
    z-index: 3;
  }

  .zhengwu img {
    z-index: 2;
  }

  .zhengwu span {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #13468f #fff #fff #fff;
    position: absolute;
    left: 189px;
    top: 130px;
  }

  .yiwang {
    position: relative;
    z-index: 1;
  }

  .yiwang a {
    z-index: 3;
  }

  .yiwang img {
    z-index: 2;
  }

  .yiwang span {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #13468f #fff #fff #fff;
    position: absolute;
    left: 189px;
    top: 130px;
  }

  .zhengmin {
    position: relative;
    z-index: 1;
  }

  .zhengmin a {
    z-index: 3;
  }

  .zhengmin img {
    z-index: 2;
  }

  .zhengmin span {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #13468f #fff #fff #fff;
    position: absolute;
    left: 189px;
    top: 130px;
  }

  .zw_one {
  }

  .zw_two {
  }

  .zw_three {
  }

  .yw_one {
    width: 25%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 43px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .yw_two {
    width: 25%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 43px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .zm_one {
    width: 25%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 43px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .zm_two {
    width: 25%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 43px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .zwgk_right {
    width: 300px;
    height: 60px;
    background-color: #f6faff;
    border: none;
    margin: 5px;
    text-align: left;
    padding-left: 30px;
    line-height: 60px;
    cursor: pointer;
  }

  .zwgk_right a {
    text-decoration: none;
    border-bottom: none;
    color: #333333;
    line-height: 30px;
  }

  .zwgk_right img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .zwgk_right span {
    color: #333333;
    font-size: 17px;
    margin-left: 5px;
  }

  .zwgk_right span:hover {
    color: #13468f;
  }

  .my_zw_one p {
    height: 36px;
    line-height: 36px;
  }

  .my_zw_two p {
    height: 36px;
    line-height: 36px;
  }

  .my_zw_three p {
    height: 36px;
    line-height: 36px;
  }

  .my_zm_two p {
    height: 36px;
    line-height: 36px;
  }

  .xinxi_center_l p:hover {
    color: #13468f;
  }

  .xinxi_center_l .a {
    text-decoration: none;
    border-bottom: none;
    font-size: 16px;
    color: #333333;
  }

  .xinxi_center_l .span {
    float: right;
    color: #333333;
    font-size: 16px;
  }

  .ymt_center_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-top: 6%;
  }

  .ymt_center_l .yw_nav {
    width: 23%;
  }

  .ymt_center_l a {
    text-decoration: none;
    border-bottom: none;
    color: #666666;
  }

  .zuo_zwweixin {
    width: 90px;
    height: 90px;
    background: #efefef;
    position: absolute;
    left: 67px;
    z-index: 999;
    top: -30px;
  }

  .zuo_zwweixin span {
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 10px solid rgba(200, 200, 200, 0);
    border-right: 10px solid rgba(200, 200, 200, 1);
    border-bottom: 10px solid rgba(200, 200, 200, 0);
    border-left: 10px solid rgba(239, 239, 239, 0);
    position: absolute;
    left: -20px;
    top: 40px;
  }

  .yuanqu_right_txt {
    font-family: 'Microsoft YaHei';
    font-size: 17px;
  }

  .gnbutton_layout {
    display: flex;
    float: left;
    width: 600px;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    background-color: #fafafa;
  }

  .gnbutton_layout .abq {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    border-bottom: none;
    line-height: 40px;
  }

  .gnbutton_layout .abq:hover {
    color: #13468f;
  }

  .more {
    float: right;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
  }

  .workpulish {
    width: 25%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #13468f;
  }

  .module_left {
    float: left;
    width: 570px;
    background-color: #ffffff;
  }

  .module_right {
    float: right;
    width: 600px;
  }

  .fuwu_div {
    width: 162px;
    height: 140px;
    border: solid 1px #f2f2f2;
    margin: 5px;
    text-align: center;
  }

  .fuwu_div a {
    text-decoration: none;
    border-bottom: none;
    color: #333333;
    line-height: 30px;
  }

  .fuwu_div img {
    height: 45px;
    width: 45px;
    margin-top: 30px;
  }

  .fuwu_div span {
    font-size: 16px;
  }

  .fuwu_div span:hover {
    color: #13468f;
  }

  .table_layout {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    display: flex;
  }

  .statistics_layout {
    width: 100%;
    text-align: center;
  }

  .statistics_layout .number {
    color: #13468f;
    font-size: 36px;
    font-weight: bold;
  }

  .statistics_layout .font {
    color: #333333;
    font-size: 20px;
  }

  .yiwang_focus {
    display: flex;
  }

  .yiwang_focus .yiwang_tab {
    background: #f8f8f8;
    width: 50%;
    height: 210px;
  }

  .yiwang_tab h3 {
    text-align: center;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #e5e5e5;
  }

  .zhengmin_bottom_div {
    display: flex;
    width: 100%;
    margin-top: 23%;
  }

  .zhengmin_bottom_div a {
    text-decoration: none;
    color: #666666;
  }

  .zhengmin_bottom_div .zhengmin_bottom_nav {
    background: #f6f6f6;
    width: 32%;
    height: 137px;
    text-align: center;
    margin-right: 25px;
  }

  .zhengmin_bottom_nav img {
    margin-top: 22px;
  }

  .zm_list {
    width: 300px;
    float: left;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }

  .zm_list:hover {
    color: #13468f;
  }

  .wx {
    text-align: center;
  }

  .wx-img {
  }

  .icon_img {
    position: absolute;
    right: 0;
    top: 20px;
  }

  /*第一条list*/
  .first_list {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #cccccc;
  }

  .first_list .border {
    background: linear-gradient(to left, #bee6f9, #bee6f9) left top no-repeat,
      linear-gradient(to bottom, #bee6f9, #bee6f9) left top no-repeat,
      linear-gradient(to left, #bee6f9, #bee6f9) right top no-repeat,
      linear-gradient(to bottom, #bee6f9, #bee6f9) right top no-repeat,
      linear-gradient(to left, #bee6f9, #bee6f9) left bottom no-repeat,
      linear-gradient(to bottom, #bee6f9, #bee6f9) left bottom no-repeat,
      linear-gradient(to left, #bee6f9, #bee6f9) right bottom no-repeat,
      linear-gradient(to left, #bee6f9, #bee6f9) right bottom no-repeat;
    background-size: 2px 10px, 10px 2px, 2px 10px, 10px 2px;
    min-width: 80px;
    height: 80px;
    text-align: center;
  }

  .first_list .border .timeup {
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
  }

  .first_list .border .timedown {
    color: #333333;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .first_div {
    width: 100%;
    margin-left: 20px;
    font-size: 17px;
  }

  .first_list .title {
    text-decoration: none;
    border-bottom: none;
    font-size: 18px;
    color: #13468f;
    line-height: 40px;
    display: inline-block;
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }

  .first_list .content {
    text-decoration: none;
    float: right;
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .banner {
    width: 1200px;
    margin: 20px auto;
  }

  .banner ul {
    display: flex;
    justify-content: space-between;
  }

  .enterprise-title,
  .person-life-title {
    text-align: center;
    width: 100%;
  }

  .enterprise-title span {
    padding-left: 10px;
    color: #317ac9;
  }

  .person-life-title span {
    padding-left: 10px;
    color: #24b086;
  }

  .life-stage {
    width: 550px;
    height: 254px;
    margin: 0 auto;
    background: url(../images/index/legal-life-bg.png) center bottom no-repeat;
  }

  .person-stage {
    background-image: url(../images/index/nature-person-bg.png);
  }

  .life-stage li {
    float: left;
    width: 20%;
    text-align: center;
  }

  .person-stage li {
    width: 12.5%;
  }

  .life-stage .icon {
    display: inline-block;
    width: 68px;
    height: 80px;
    line-height: 62px;
    background: url(../images/index/legal-life-icon-bg.png);
  }

  .life-stage .icon img {
    vertical-align: middle;
  }

  .life-stage .name {
    font-size: xx-small;
  }

  .enterprise-stage li.item01 {
    margin-top: 110px;
  }

  .enterprise-stage li.item02 {
    margin-top: 85px;
  }

  .enterprise-stage li.item03 {
    margin-top: 70px;
  }

  .enterprise-stage li.item04 {
    margin-top: 50px;
  }

  .enterprise-stage li.item05 {
    margin-top: 30px;
  }

  .person-stage li.item01 {
    margin-top: 100px;
  }

  .person-stage li.item02 {
    margin-top: 120px;
  }

  .person-stage li.item03 {
    margin-top: 80px;
  }

  .person-stage li.item04 {
    margin-top: 30px;
  }

  .person-stage li.item05 {
    margin-top: 60px;
  }

  .person-stage li.item06 {
    margin-top: 90px;
  }

  .person-stage li.item07 {
    margin-top: 120px;
  }

  .person-stage li.item08 {
    margin-top: 100px;
  }

  .left-one-thing h6,
  .right-one-thing h6 {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #317ac9;
    font-weight: normal;
    background-color: #f2f2f2;
  }

  .left-one-thing,
  .right-one-thing {
    width: 50%;
  }

  .single-list {
    display: flex;
    flex-wrap: wrap;
  }

  .single-list .single_nav {
    width: 50%;
    margin-top: 4%;
  }
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
    overflow-x: hidden;
  }
  /* 
	.hidden-mobile {
		display: none;
	}

	.hidden-mobile {
		display: none;
	} */

  .hide {
    display: none;
  }

  .menu-button {
    position: relative;
  }

  .menu-button {
    background: #f2f2f2;
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  .back-home {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
  }

  .menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
  }

  .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }

  .hnew-navbar-center-list-item {
    background: #fff;
    width: 120px;
    display: inline-block;
    margin: 10px 0;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 4px;
    color: #1d71b7;
    text-align: center;
    font-size: 14px;
  }

  .menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  .menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  .img-mobile {
    width: 50px;
    margin: 20px auto 0;
  }

  .img-title {
    width: 90%;
    margin: 15px auto;
  }

  .header-img {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .search {
    width: calc(100vw - 80px);
    margin: 40px 0 30px 40px;
  }

  .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    overflow: hidden;
  }

  .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 33px;
    background-color: transparent;
    border: none;
  }

  .search dl dd input[type='text'] {
    padding: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    color: #999;
    background: none;
    border: 0;
    vertical-align: top;
  }

  .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 33px;
    border-left: 1px solid #b5b5b5;
  }

  .search dl dt input.searchBtn {
    width: 100%;
    height: 33px;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .navList {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }

  .navList a {
    width: 25%;
  }

  .yiwang_focus {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
  }

  .yiwang_focus .yiwang_tab {
    background: #f8f8f8;
    width: 100%;
    /* height: 343px; */
  }

  .yiwang_tab h3 {
    text-align: center;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #e5e5e5;
  }

  .zhengmin_bottom_div {
    display: flex;
    width: 100%;
    margin-top: 5%;
    flex-wrap: wrap;
  }

  .zhengmin_bottom_div a {
    text-decoration: none;
    color: #666666;
  }

  .zhengmin_bottom_div .zhengmin_bottom_nav {
    background: #f6f6f6;
    width: 48%;
    height: 137px;
    text-align: center;
    /* margin-right: 50px; */
  }

  .zhengmin_bottom_nav img {
    margin-top: 22px;
  }

  .zm_list {
    width: 300px;
    float: left;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }

  .zm_list:hover {
    color: #13468f;
  }

  .test3 {
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
  }

  .test3 a {
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 26px;
    color: #333333;
    font-weight: normal;
    text-align: center;
  }

  .test3 .on {
    font-weight: bold;
    border-bottom: 2px solid #13468f;
  }

  .test3 .more {
    color: #235399;
    font-size: 14px;
  }

  .test4 {
    position: relative;
    font-weight: normal;
    display: flex;
  }

  .test4 a {
    width: 22%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 36px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-size: 14px;
  }

  .test4 .on {
    color: #23ab82;
  }

  .test2 {
    position: relative;
    font-weight: normal;
    display: flex;
  }

  .test2 a {
    width: 22%;
    text-decoration: none;
    border-bottom: none;
    float: left;
    height: 36px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-size: 14px;
  }

  .test2 .on {
    color: #3077c3;
  }

  .ymt_center_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-top: 6%;
  }

  .ymt_center_l .yw_nav {
    width: 23%;
  }

  .ymt_center_l a {
    text-decoration: none;
    border-bottom: none;
    color: #666666;
  }
  .ymt_center_l a .gz {
    width: 60%;
    margin: 0 auto;
  }

  .left-one-thing h6,
  .right-one-thing h6 {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #317ac9;
    font-weight: normal;
    background-color: #f2f2f2;
  }

  .single-list {
    display: flex;
    justify-content: space-around;
  }

  .enterprise-title,
  .person-life-title {
    text-align: center;
    width: 100%;
  }

  .enterprise-title span {
    padding-left: 10px;
    color: #317ac9;
  }

  .person-life-title span {
    padding-left: 10px;
    color: #24b086;
  }

  .life-stage {
    width: 550px;
    height: 254px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: url(../images/index/legal-life-bg.png) center bottom no-repeat;
  }

  .person-stage {
    background-image: url(../images/index/nature-person-bg.png);
  }

  .life-stage li {
    /* float: left;
        width: 20%; */
    width: 25%;
    text-align: center;
    padding: 15px 0;
  }

  .life-stage .icon {
    display: inline-block;
    width: 68px;
    height: 53px;
    line-height: 62px;
    /* background: url(../img/legal-life-icon-bg.png); */
  }

  .life-stage .icon img {
    width: 35px;
    /* vertical-align: middle; */
  }

  .life-stage .name {
    font-size: xx-small;
  }

  .enterprise-stage li.item01 {
    border-bottom: none;
  }

  .enterprise-stage li.item02 {
    border-bottom: none;
  }

  .enterprise-stage li.item03 {
    border-bottom: none;
  }

  .enterprise-stage li.item04 {
    border-bottom: none;
  }

  .enterprise-stage li.item05 {
    margin-top: -12%;
    border-bottom: none;
  }

  .person-stage li.item01 {
    margin-top: 0.3%;
    border-bottom: none;
  }

  .person-stage li.item02 {
    margin-top: 0.3%;
    border-bottom: none;
  }

  .person-stage li.item03 {
    border-bottom: none;
  }

  .person-stage li.item04 {
    border-bottom: none;
  }

  .person-stage li.item05 {
    margin-top: -12%;
    border-bottom: none;
  }

  .person-stage li.item06 {
    margin-top: -12%;
    border-bottom: none;
  }

  .person-stage li.item07 {
    margin-top: -12%;
    border-bottom: none;
  }

  .person-stage li.item08 {
    margin-top: -12%;
    border-bottom: none;
  }

  .defaultdiv {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5%;
  }

  .special_column {
    line-height: 50px;
    height: 50px;
    width: 100px;
    border-bottom: solid 2px #13468f;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #333333;
  }

  .divider {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }

  .Box {
    margin-top: 3%;
  }

  .Box .content {
    width: 100%;
    margin-left: 10px;
  }

  .Box .content ul {
    overflow: hidden;
    width: 3400px;
  }

  .Box .content ul li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
  }

  /*滚动图片*/
  .Box {
    position: relative;
  }

  .Box .content {
    width: auto;
    /* max-width: 1840px; */
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
  }

  .Box .Box_con {
    position: relative;
  }

  .Box .Box_con .btnl,
  .Box .Box_con .btnl_2 {
    position: absolute;
  }

  .Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 114px;
    position: absolute;
    /* top: 41px; */
    cursor: pointer;
    padding: 0 0;
    line-height: 114px;
    border: none !important;
  }

  .Box .Box_con .btnl,
  .Box .Box_con .btnl_2 {
    left: -20px;
  }

  .Box .Box_con .btnr,
  .Box .Box_con .btnr_2 {
    right: -20px;
  }
	.Box .Box_con .conbox {
    width: calc(100% - 60px);
    box-sizing: border-box;
    margin: 0px 30px;
}

  .Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
  }

  .Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
  }

  .Box .Box_con .conbox ul li {
    float: left;
    /* margin-top: 0.2%; */
    margin-left: 10px;
    overflow: hidden;
  }

  .Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
  }

  .Box .Box_con .conbox ul li img {
    display: block;
    transition: all 0.5s;
  }

  .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
  }

  .Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
  }

  .Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
  }

  .Box .BoxSwitch span.cur {
    background: red;
  }

  .otherGover {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 13%;
  }

  .footdiv {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #13468f;
  }

  .footdiv_left {
    width: 166px;
    height: auto;
    padding: 4px 6px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
  }

  .footdiv_left div {
    display: flex;
    flex-direction: column;
  }

  .footdiv_left a {
    text-decoration: none;
    border-bottom: none;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
  }

  .m-footer .footdiv_left a img {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }

  .h-m-copyright {
    display: flex;
    align-items: center;
  }

  .footer .m-footer .bottomfont p {
    line-height: 22px;
  }

  .icon_img {
    position: absolute;
    right: 0;
    top: 90px;
    display: flex;
    align-items: center;
  }

  .m-footer .icon_img img {
    width: 42px;
  }

  .zwgk_right {
    width: 300px;
    height: 60px;
    background-color: #f8f8f8;
    border: none;
    margin: 5px;
    text-align: left;
    padding-left: 30px;
    line-height: 60px;
    cursor: pointer;
  }

  .zwgk_right a {
    text-decoration: none;
    border-bottom: none;
    color: #333333;
    line-height: 30px;
  }

  .zwgk_right img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .zwgk_right span {
    color: #333333;
    font-size: smaller;
    margin-left: 5px;
  }

  .zwgk_right span:hover {
    color: #13468f;
  }
}
